home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 224_01 / pr.hlp < prev    next >
Text File  |  1986-12-19  |  1KB  |  37 lines

  1. NAME
  2.      pr - print file
  3.  
  4. SYNTAX
  5.      pr [ option ] ...  [ file ] ...
  6.  
  7. DESCRIPTION
  8.      Pr produces a printed listing of one or more files. The output is 
  9.      separated into pages headed by a date, the name of the file or 
  10.      a specified header, and the page number.  If there are no file arguments,
  11.      pr prints the standard input.  Pr outputs to the standard output, so
  12.      redirection to the printer is accomplished by including ">prn:" on the
  13.      command line.
  14.  
  15.      Options apply to all following files but may be reset between files:
  16.  
  17.      -h   Take the next argument as a page header.
  18.  
  19.      -f   Take the next argument as a page footer.
  20.  
  21.      -ln  Take the length of the page to be n lines instead of the default 66.
  22.           As the minimum page length is 12 lines, n must be greater than 12.
  23.  
  24.      -wn  Take the width of the page to be n columns instead of the default 96.
  25.           The minumum width is 24 columns.
  26.  
  27.      -d   Include the date in the page header.
  28.  
  29.      -n   Number the pages.
  30.  
  31.      -r   Reset all the options to the default options.
  32.  
  33.      -s   Standard options: Filename, date and page number as the header.
  34.  
  35. SEE ALSO
  36.      cat
  37.